home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Resource Library: Multimedia
/
Resource Library: Multimedia.iso
/
hypercrd
/
xcmds
/
dvlprstc.hqx
/
Developer Stack 1.3r
/
card_19711.txt
< prev
next >
Wrap
Text File
|
1991-04-30
|
2KB
|
60 lines
-- card: 19711 from stack: in.3r
-- bmap block id: 0
-- flags: 0000
-- background id: 2202
-- name: PowerCreate
----- HyperTalk script -----
on newButton
set autohilite of target to true
domenu button info...
edit script of target
pass newbutton
end newButton
on newField
domenu field info...
edit script of target
pass newField
end newField
-- part contents for background part 10
----- text -----
9
-- part contents for background part 3
----- text -----
PowerCreate
-- part contents for background part 2
----- text -----
--NOTE: Handlers are included in the Function section for convenience.
--These handlers make it easier to create buttons and fields. Normally if you want a
--button with an icon you have to select the icon from the button information dialog box
--then double-click (or select 'button info' from the menu) to edit the script.
--These handlers automate the function for every new button or field. When a new button
--(or field) is created, the information dialog box will appear, allowing you to select the
--type and icon (or text for a field). Then the edit script box will automatically appear.
--Saves some time & makes development easier.
--
--It is installed in this card. Try it!
--
--by Steve Drazga, AnalytX.
--
on newButton
set autohilite of target to true
domenu button info...
edit script of target
pass newbutton
end newButton
on newField
domenu field info...
edit script of target
pass newField
end newField
-- part contents for background part 19
----- text -----
Functions